ResetCache Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Resets the internal cache.
Syntax
'Declaration
Protected Sub ResetCache( _
ByVal As Integer _
)
protected void ResetCache(
int
)
Parameters
- count
- The size of the collection.
See Also